projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67580ab
)
(with-current-buffer): Correct indentation property.
author
Erik Naggum
<erik@naggum.no>
Tue, 8 Oct 1996 18:22:57 +0000
(18:22 +0000)
committer
Erik Naggum
<erik@naggum.no>
Tue, 8 Oct 1996 18:22:57 +0000
(18:22 +0000)
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index 4eae1943d99c4903320b919fc4e26a572a716a3e..f19f55431ab576fc613fb3334e1a5b0cd5122453 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-580,7
+580,7
@@
of the start of the containing expression."
(put 'save-restriction 'lisp-indent-function 0)
(put 'save-match-data 'lisp-indent-function 0)
(put 'save-current-buffer 'lisp-indent-function 0)
-(put 'with-current-buffer 'lisp-indent-function
0
)
+(put 'with-current-buffer 'lisp-indent-function
1
)
(put 'with-output-to-string 'lisp-indent-function 0)
(put 'with-temp-file 'lisp-indent-function 1)
(put 'with-temp-buffer 'lisp-indent-function 0)